diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-12-23 22:01:03 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-12-23 22:01:03 +0900 |
| commit | faec593ed0e095dc4f589373586e46a345d75031 (patch) | |
| tree | 9fc6c6f6a516f50d329506454646d1cc04ef0bfd /config/waybar/style/[Colorful] Rainbow Spectrum.css | |
| parent | 564dce03af3b8abee8ce9ff2abe5d98f5e1daf0d (diff) | |
Updated keybinds.conf (added some notes)
Updated Laptops.conf (additional notes)
updated Settings.conf (additional notes)
Updated and adjusted some waybar styles
Diffstat (limited to 'config/waybar/style/[Colorful] Rainbow Spectrum.css')
| -rw-r--r-- | config/waybar/style/[Colorful] Rainbow Spectrum.css | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/config/waybar/style/[Colorful] Rainbow Spectrum.css b/config/waybar/style/[Colorful] Rainbow Spectrum.css index 407e226c..6515e149 100644 --- a/config/waybar/style/[Colorful] Rainbow Spectrum.css +++ b/config/waybar/style/[Colorful] Rainbow Spectrum.css @@ -93,7 +93,7 @@ tooltip label{ #custom-weather.showyIcyDay, #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { - border-radius: 10px; + border-radius: 16px; color: #3A3B3C; border: 1px solid #b4befe; padding-top: 3px; @@ -189,8 +189,8 @@ tooltip label{ #workspaces button:hover { background: #eb6f92; color: #f6c177; - padding-left: 2px; - padding-right: 2px; + padding-left: 3px; + padding-right: 3px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } @@ -204,8 +204,8 @@ tooltip label{ #taskbar button.active { background-color: #b4befe; color: #3A3B3C; - padding-left: 12px; - padding-right: 12px; + padding-left: 8px; + padding-right: 8px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } @@ -221,13 +221,14 @@ tooltip label{ background-color: #f5c2e7; /*padding: 1px;*/ padding-right: 10px; - border-radius: 8px; + border-radius: 16px; color: #3A3B3C; border: 1px solid #b4befe; } #custom-power { background-color: #f38ba8; + padding: 0px 0px 0px 6px; } #custom-updater { |
